DbTrendGetCursorSize

 

The 'DbTrendGetCursorSize' function gets the area size that is selected currently at DatabaseTrend object.

 

int @DbTrendGetCursorSize(string class_name);

 

Parameters

string class_name : Class name of DatabaseTrend object.

 

Return Value

It returns the cursor size that is selected currently.

 

Example

size = @DbTrendGetCursorSize("DbTrend1");

Description : It stores the size that is selected currently at DatabaseTrend object 'DbTrend1', to 'size' variable.

 

Version Information

Supported Version : 10.2.4 or higher